home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / comm / tcp / bind-4.9.2.lha / bind-4.9.2 / bind-4.9.2.readme next >
Encoding:
Text File  |  1999-07-12  |  2.1 KB  |  66 lines

  1. Short:    bind4 nameserver for AmiTCP v1.0 beta
  2. Uploader: sichler@rumms.uni-mannheim.de (Stefan Sichler)
  3. Author:   sichler@rumms.uni-mannheim.de (Stefan Sichler)
  4. Type:     comm/tcp
  5.  
  6. This is a "quick and dirty", but direct port of a bind-4.9.2 nameserver
  7. taken from a BSD4.4 distribution.
  8.  
  9. I have not done much testing yet, but it seems to run stable so far.
  10.  
  11. I'd like to emphasis that this server is NOT perfect, but I needed a
  12. server with "full" functionality, compared with the two other servers
  13. named.lha and named403.lha, that I've seen on Aminet.
  14.  
  15.  
  16. Some of the features:
  17.  
  18.   * handles standard and inverse queries
  19.   
  20.   * supports query forwarding
  21.   
  22.   * allows zone transfers (via named-xfer)
  23.  
  24.   * allows query logging
  25.  
  26.  
  27. The following things differ from the Unix version:  *** !!!!PLEASE READ CAREFUL!!!! ***
  28.  
  29.   * needs ixemul.library  (don't know the version... I use 47.3)
  30.   
  31.   * Configfile location defaults to "AmiTCP:db/named.boot" (can be changed by -b option)
  32.   
  33.   * named and named-xfer location is "AmiTCP:serv/"
  34.  
  35.   * The logfile (in debug mode) is stored as "AmiTCP:log/named.log"
  36.   
  37.   * The server may NOT be run from inetd  :-(
  38.   
  39.   * The only signal the server accepts is CTRL-C, which stops it.
  40.     -> no database dumps or in/decreasing of debug level while running possible  :-(
  41.      
  42.   * All files that the Unix version would store in "/var/tmp" will be stored in "T:"
  43.   
  44.   * No pid file is generated 
  45.     -> named.reload / named.restart scripts won't work, so I did not include them in
  46.        this archive 
  47.   
  48.   * I removed some startup messages of the server that would cause my 
  49.     AmiTCP-log winow to popup
  50.   
  51.   
  52. INSTALLATION
  53. ============
  54.  
  55. To install it, run the "install.bat" script. This will install the daemons and the man
  56. pages and add a small addition to the User-Startnet script.
  57. (You will probably want to add AmiTCP:man to your man path to view the man pages correctly)
  58.  
  59. The configuration examples will NOT be installed, because they are only examples and won't
  60. work!
  61.  
  62. So in order to get the server to work, you should first read the man pages that will be
  63. installed in AmiTCP:man and then you should CREATE YOUR CONFIG FILES and restart AmiTCP.
  64.  
  65. Good luck...
  66.